cargo.git
2016-05-17 Carol (Nichols... At the end, point to docs that might be interesting...
2016-05-17 Carol (Nichols... Add info about what's different between debug/release
2016-05-17 Carol (Nichols... Add info about `build-dependencies` to the specifying...
2016-05-17 Carol (Nichols... Add a `[dev-dependencies]` example
2016-05-17 Carol (Nichols... Correct typo when referring to 64 bit
2016-05-15 Carol (Nichols... Clarify statements about ignoring/checking in Cargo...
2016-05-15 Carol (Nichols... Small rewordings
2016-05-15 Carol (Nichols... Clarify that you should not manually edit Cargo.lock
2016-05-15 Carol (Nichols... Add an ascii directory tree to the project layout section
2016-05-15 Carol (Nichols... Clarify that integration tests go in tests/
2016-05-14 Carol (Nichols... Reword note about git init default to be in the positive
2016-05-14 Carol (Nichols... Remove section about converting a project to cargo
2016-05-14 Carol (Nichols... Replace references to conduit(-static) with uuid/rand
2016-05-13 Carol (Nichols... Combine related thoughts into the same paragraph
2016-05-13 Carol (Nichols... Reword to not call a non-rust-tuple thing a tuple
2016-05-13 Carol (Nichols... Use — instead of --
2016-05-13 Carol (Nichols... Use code formatting for `git`
2016-05-13 Carol (Nichols... Add all three channels to the sample .travis.yml
2016-05-13 Carol (Nichols... Replace refs to color-rs crate to rust-lang's rand...
2016-05-13 Carol (Nichols... Clarify that release builds go in the release dir,...
2016-05-13 Carol (Nichols... Link crates.io everywhere
2016-05-13 Carol (Nichols... Fix markdown links that repeat their link text unnecess...
2016-05-13 Carol (Nichols... Add instructions for rendering docs locally to the...
2016-05-13 Carol (Nichols... Make the crates.io docs about publishing only, not...
2016-05-13 Carol (Nichols... Consolidate all info about specifying deps into one...
2016-05-13 Carol (Nichols... Incorporate "using crates from crates.io" into the...
2016-05-13 Carol (Nichols... Move the Travis CI section under the testing section
2016-05-13 Carol (Nichols... Small rewording changes; mostly to clear up potential...
2016-05-13 Carol (Nichols... Correct reference to `foo` to `hello_world`
2016-05-13 Carol (Nichols... Clarify that the "somewhere" is github
2016-05-13 Carol (Nichols... Mention that binary location changes when using --release
2016-05-13 Carol (Nichols... Remove out of place instructions on passing args and...
2016-05-13 Carol (Nichols... Correct `Fresh` to `Compiling` since we aren't running...
2016-05-13 Carol (Nichols... Remove extranneous commas
2016-05-13 borsAuto merge of #2682 - srinivasreddy:refactor_2, r=alexc...
2016-05-13 Srinivas Reddy... remove deprecated attr - change connect() to join()
2016-05-13 borsAuto merge of #2681 - alexcrichton:cargo-env-home,...
2016-05-13 Alex CrichtonCanonicalize CARGO_HOME fallback on Windows
2016-05-12 borsAuto merge of #2678 - matklad:simplify-tests-2, r=alexc...
2016-05-12 Aleksey Kladovremove useless formats
2016-05-12 Aleksey Kladovsimplify tests
2016-05-12 borsAuto merge of #2396 - sbeckeriv:network-retry-1602...
2016-05-12 Stephen Becker IVNetwork retry issue 1602
2016-05-11 borsAuto merge of #2674 - alexcrichton:less-third-party...
2016-05-11 Alex CrichtonDon't print extra error info for subcommands
2016-05-11 borsAuto merge of #2670 - matklad:simplify-tests, r=alexcri...
2016-05-11 Aleksey Kladovsimplify tests
2016-05-11 borsAuto merge of #2669 - mbrubeck:dev-dep-doc, r=alexcrichton
2016-05-11 Aleksey KladovSimplify tests
2016-05-10 Matt BrubeckDocument that dev-dependencies are used when building...
2016-05-09 borsAuto merge of #2666 - matklad:simplify, r=alexcrichton
2016-05-08 Aleksey KladovSimplify error printing
2016-05-06 borsAuto merge of #2656 - knight42:fix, r=alexcrichton
2016-05-06 borsAuto merge of #2647 - alx741:improve-manpage, r=alexcri...
2016-05-06 borsAuto merge of #2653 - frewsxcv:cleanup, r=alexcrichton
2016-05-06 Knightzsh: enable autocompletion for sub-command `init`
2016-05-06 Daniel Campoverde... Add man sub-pages in Makefile.in
2016-05-06 Daniel Campoverde... Man page: Add cargo-build page
2016-05-06 Daniel Campoverde... Man page: Add reference to cargo-build page
2016-05-06 Corey FarwellUtilize `if let` over single branch `match`.
2016-05-05 Corey FarwellRemove `String` ownership constraint, fewer allocations.
2016-05-05 Corey FarwellTurn `url_ref` utility function into method.
2016-05-05 borsAuto merge of #2648 - frewsxcv:unused-to-url, r=alexcri...
2016-05-05 Corey FarwellRemove unused `ToUrl` impls.
2016-05-05 Daniel Campoverde... Man page: Improve build command section
2016-05-04 borsAuto merge of #2635 - frewsxcv:toml-cleanup, r=alexcrichton
2016-05-03 borsAuto merge of #2639 - SimonSapin:url-1.0, r=alexcrichton
2016-05-03 borsAuto merge of #2634 - frewsxcv:flake8, r=alexcrichton
2016-05-03 Simon SapinUpdate to rust-url 1.x
2016-05-03 borsAuto merge of #2636 - sanxiyn:unused-trait-import,...
2016-05-03 Seo SanghyeonUpdate OpenSSL version to 1.0.2h
2016-05-03 Seo SanghyeonRemove unused trait imports
2016-05-03 Corey FarwellUtilize `if let` construct over single branch `match`.
2016-05-03 Corey FarwellRemove unnecessary `Vec` allocation when iterating.
2016-05-03 Corey FarwellRefactor `TomlTarget` validation functions into methods.
2016-05-03 Corey FarwellUse constructor pattern for `project_layout` in `toml...
2016-05-03 Corey FarwellMinor whitespace fixes for flake8.
2016-05-03 Corey FarwellRemove unused Python imports.
2016-05-02 borsAuto merge of #2405 - gkoz:reinstall, r=alexcrichton
2016-04-30 Gleb Kozyrevcargo-install: move binaries from the build dir if...
2016-04-30 Gleb KozyrevAdd `--force` flag to cargo install
2016-04-30 borsAuto merge of #2629 - alexcrichton:moar-rustflags,...
2016-04-29 Alex CrichtonPass RUSTFLAGS when we learn about target info
2016-04-29 borsAuto merge of #2623 - alexcrichton:nfs-lol-no, r=brson
2016-04-27 borsAuto merge of #2625 - aidanhs:aphs-path-crates-io,...
2016-04-27 Aidan Hobson... `path` dependencies are ignored from crates.io
2016-04-26 Alex CrichtonDon't use flock on NFS mounts
2016-04-26 borsAuto merge of #2619 - japaric:freebsd32, r=alexcrichton
2016-04-26 Jorge Aparicioprepare for i686-unknown-freebsd nightlies
2016-04-25 borsAuto merge of #2617 - sanxiyn:reset-rustflags, r=alexcr...
2016-04-25 Seo SanghyeonReset RUSTFLAGS when running tests
2016-04-24 borsAuto merge of #2610 - japaric:install-from-tempdir...
2016-04-23 Jorge Aparicioadd tests for #2606
2016-04-22 Jorge Apariciocargo-install: prefer building artifacts in the system...
2016-04-21 borsAuto merge of #2602 - durka:patch-5, r=alexcrichton
2016-04-21 Alex Burkafix rerun-if-changed documentation
2016-04-21 borsAuto merge of #2578 - alexcrichton:test-doc, r=brson
2016-04-21 borsAuto merge of #2551 - alexcrichton:explain, r=brson
2016-04-21 Alex CrichtonAdd support for `cargo --explain`
2016-04-21 borsAuto merge of #2576 - alexcrichton:silence-warnings...
next